@media screen and (max-width: 768px) {
	table {
		width: 100% !important;
	}
}

@media screen and (max-width: 455px) {

.w-bg{
	padding: 20px;
	background: #fff;
}
.top{
	width: 100%;
}
.form{
	display: none;
}
.w-bg{
	padding: 0px;
}
.c{
	width: 100%;
}
.nav{
	width: 100%;
	height: 30px;
}
.nav a{
	line-height:30px;
	font-size: 10px!important;
	width:20%;
	height: 30px;
}
.nav a img{
	display: none;
	width:15%;
}
.nav a:hover{
	background: #0060ac;
	color: #fff;
}


.foot{
	position: relative;
	height:100%;
	background: #efefef;
}
.red{
position: absolute;
bottom:15px;
left: 10px;
}
.f-text{
	margin-top: 10px;
	width:100%;
	margin-left:0px;
	text-align: center;
}
.f-text a{
	display: none;
}
.f-text span{
	display: none;
}
.f-text p{
	font-size: 14px;
	color: #7b7b7b;
	line-height: 25px;
	
}
.wx{
	margin-right: 10px; 
	margin-top:0px;
}
.jc{
	margin-right:50px; 
	margin-top:13px;
}
}